mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Fixed gccbuiltins module declaration.
This commit is contained in:
parent
4c3faa9a3d
commit
b0878bf8ef
1 changed files with 1 additions and 2 deletions
|
@ -114,7 +114,7 @@ struct ActionImpl : TableGenAction
|
|||
|
||||
bool operator()(raw_ostream& os, RecordKeeper& records)
|
||||
{
|
||||
os << "module llvm.gccbuiltins_";
|
||||
os << "module ldc.gccbuiltins_";
|
||||
os << arch;
|
||||
os << "; \n\nimport core.simd;\n\n";
|
||||
|
||||
|
@ -156,4 +156,3 @@ int main(int argc, char** argv)
|
|||
ActionImpl act(argv[2]);
|
||||
return TableGenMain(argv[0], act);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue