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 b38037f commit 8ef48d0Copy full SHA for 8ef48d0
libclc/configure.py
@@ -156,6 +156,7 @@ def llvm_config(args):
156
for device in available_targets[target]['devices']:
157
# The rule for building a .bc file for the specified architecture using clang.
158
clang_bc_flags = "-target %s -I`dirname $in` %s " \
159
+ "-fno-builtin " \
160
"-Dcl_clang_storage_class_specifiers " \
161
"-Dcl_khr_fp64 " \
162
"-Dcles_khr_int64 " \
0 commit comments