mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Add a Fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e5c316b05
commit
ab3a9193b1
@ -123,6 +123,8 @@ bool InternalizePass::runOnModule(Module &M) {
|
||||
bool Changed = false;
|
||||
|
||||
// Never internalize functions which code-gen might insert.
|
||||
// FIXME: We should probably add this (and the __stack_chk_guard) via some
|
||||
// type of call-back in CodeGen.
|
||||
ExternalNames.insert("__stack_chk_fail");
|
||||
|
||||
// Mark all functions not in the api as internal.
|
||||
|
Loading…
x
Reference in New Issue
Block a user