mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
add a new value for the command line optn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cdb341dcfa
commit
2dd538c2d2
@ -24,7 +24,7 @@ class Module;
|
||||
class X86Subtarget : public TargetSubtarget {
|
||||
public:
|
||||
enum AsmWriterFlavorTy {
|
||||
att, intel
|
||||
att, intel, unset
|
||||
};
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user