mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Fix an it's vs. its typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd2b96a12d
commit
2ee31bcdee
@ -796,7 +796,7 @@ static const GlobalValue *getComdatGVForCOFF(const GlobalValue *GV) {
|
||||
|
||||
if (ComdatGV->getComdat() != C)
|
||||
report_fatal_error("Associative COMDAT symbol '" + ComdatGVName +
|
||||
"' is not a key for it's COMDAT.");
|
||||
"' is not a key for its COMDAT.");
|
||||
|
||||
return ComdatGV;
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ target triple = "i686-pc-windows-msvc"
|
||||
$foo = comdat largest
|
||||
@foo = global i32 0
|
||||
@bar = global i32 0, comdat $foo
|
||||
; CHECK: Associative COMDAT symbol 'foo' is not a key for it's COMDAT.
|
||||
; CHECK: Associative COMDAT symbol 'foo' is not a key for its COMDAT.
|
||||
|
Loading…
x
Reference in New Issue
Block a user