Remove redundant -Zdebug-llvm option
The same effect can be achieved using -Cllvm-args=-debug Refs #46437 as it removes LLVMRustSetDebug()
This commit is contained in:
parent
6828cf9014
commit
92189bc521
6 changed files with 1 additions and 23 deletions
|
@ -384,12 +384,6 @@ LLVMRustBuildAtomicFence(LLVMBuilderRef B, LLVMAtomicOrdering Order,
|
|||
return wrap(unwrap(B)->CreateFence(fromRust(Order), fromRust(Scope)));
|
||||
}
|
||||
|
||||
extern "C" void LLVMRustSetDebug(int Enabled) {
|
||||
#ifndef NDEBUG
|
||||
DebugFlag = Enabled;
|
||||
#endif
|
||||
}
|
||||
|
||||
enum class LLVMRustAsmDialect {
|
||||
Other,
|
||||
Att,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue