mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Remove initials from source file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb5a4d0ec0
commit
238cf3c875
@ -186,14 +186,13 @@ GenerateNative(const std::string &OutputFilename,
|
|||||||
cmd.push_back(OutputFilename.c_str());
|
cmd.push_back(OutputFilename.c_str());
|
||||||
cmd.push_back(InputFilename.c_str());
|
cmd.push_back(InputFilename.c_str());
|
||||||
|
|
||||||
// JTC:
|
|
||||||
// Adding the library paths creates a problem for native generation. If we
|
// Adding the library paths creates a problem for native generation. If we
|
||||||
// include the search paths from llvmgcc, then we'll be telling normal gcc
|
// include the search paths from llvmgcc, then we'll be telling normal gcc
|
||||||
// to look inside of llvmgcc's library directories for libraries. This is
|
// to look inside of llvmgcc's library directories for libraries. This is
|
||||||
// bad because those libraries hold only bytecode files (not native object
|
// bad because those libraries hold only bytecode files (not native object
|
||||||
// files). In the end, we attempt to link the bytecode libgcc into a native
|
// files). In the end, we attempt to link the bytecode libgcc into a native
|
||||||
// program.
|
// program.
|
||||||
#ifdef ndef
|
#if 0
|
||||||
// Add in the library path options.
|
// Add in the library path options.
|
||||||
for (unsigned index=0; index < LibPaths.size(); index++) {
|
for (unsigned index=0; index < LibPaths.size(); index++) {
|
||||||
cmd.push_back("-L");
|
cmd.push_back("-L");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user