mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-18 17:39:04 +00:00
Use Compiler.h macro instead of __attribute__.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05dafd8207
commit
4473c2d0ff
@ -34,7 +34,7 @@ namespace llvm {
|
||||
extern "C" {
|
||||
|
||||
// Debuggers puts a breakpoint in this function.
|
||||
void __attribute__((noinline)) __jit_debug_register_code() { }
|
||||
void DISABLE_INLINE __jit_debug_register_code() { }
|
||||
|
||||
// We put information about the JITed function in this global, which the
|
||||
// debugger reads. Make sure to specify the version statically, because the
|
||||
|
Loading…
Reference in New Issue
Block a user