diff options
Diffstat (limited to 'llvm/lib/Object/IRSymtab.cpp')
-rw-r--r-- | llvm/lib/Object/IRSymtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/IRSymtab.cpp b/llvm/lib/Object/IRSymtab.cpp index 494ec08..2f25c77 100644 --- a/llvm/lib/Object/IRSymtab.cpp +++ b/llvm/lib/Object/IRSymtab.cpp @@ -48,7 +48,7 @@ static cl::opt<bool> DisableBitcodeVersionUpgrade( static const char *PreservedSymbols[] = { // There are global variables, so put it here instead of in - // RuntimeLibcalls.def. + // RuntimeLibcalls.td. // TODO: Are there similar such variables? "__ssp_canary_word", "__stack_chk_guard", |