mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-16 07:49:43 +00:00
Add __nodebug__ attribute to functions in arm_neon.h
This matches what we do for Intel vector intrinsics. <rdar://problem/10280207> llvm-svn: 141958
This commit is contained in:
parent
f1404d7d49
commit
3b476aec6d
@ -1165,7 +1165,7 @@ void NeonEmitter::run(raw_ostream &OS) {
|
||||
}
|
||||
}
|
||||
|
||||
OS << "#define __ai static __attribute__((__always_inline__))\n\n";
|
||||
OS<<"#define __ai static __attribute__((__always_inline__, __nodebug__))\n\n";
|
||||
|
||||
std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user