mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Support the gas option --traditional-format which, for some reason, gets
passed to gccas when the --program-prefix option is used to configure CFE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1997c4500c
commit
5512655574
@ -54,6 +54,9 @@ namespace {
|
||||
cl::opt<bool>
|
||||
NoCompress("disable-compression", cl::init(false),
|
||||
cl::desc("Don't ompress the generated bytecode"));
|
||||
|
||||
cl::opt<bool> TF("traditional-format", cl::Hidden,
|
||||
cl::desc("Compatibility option: ignored"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user