Skip to content

Commit eec89a7

Browse files
gribozavrldionne
andauthored
Use SYSTEM_RESERVED_NAME as a test macro expansion
Co-authored-by: Louis Dionne <[email protected]>
1 parent be0bbd3 commit eec89a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/system_reserved_names.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
#define refresh SYSTEM_RESERVED_NAME
160160
161161
// Macros from the CUDA SDKs
162-
#define __noinline__ __attribute__((noinline))
162+
#define __noinline__ SYSTEM_RESERVED_NAME
163163
164164
#include <{header}>
165165
""")

0 commit comments

Comments
 (0)