We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dccfd9 commit 36d6b63Copy full SHA for 36d6b63
libc/utils/gpu/server/CMakeLists.txt
@@ -11,6 +11,7 @@ target_include_directories(llvmlibc_rpc_server PUBLIC ${CMAKE_CURRENT_SOURCE_DIR
11
12
# Ignore unsupported clang attributes if we're using GCC.
13
target_compile_options(llvmlibc_rpc_server PUBLIC
14
+ $<$<CXX_COMPILER_ID:Clang>:-Wno-c99-extensions>
15
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
16
target_compile_definitions(llvmlibc_rpc_server PUBLIC
17
LIBC_COPT_USE_C_ASSERT
0 commit comments