mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from command
line. This is needed for a test case I plan to commit later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ed01c9439
commit
31db3d6d62
@ -217,6 +217,9 @@ int main(int argc, char **argv) {
|
||||
for (unsigned i = 0; i < KeptDSOSyms.size(); ++i)
|
||||
CodeGen.addMustPreserveSymbol(KeptDSOSyms[i].c_str());
|
||||
|
||||
// Set cpu and attrs strings for the default target/subtarget.
|
||||
CodeGen.setCpu(MCPU.c_str());
|
||||
|
||||
std::string attrs;
|
||||
for (unsigned i = 0; i < MAttrs.size(); ++i) {
|
||||
if (i > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user