[Mesa-dev] [Bug 100218] [Clover] Handle -g passed as a compile option
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 22 20:55:53 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100218
--- Comment #2 from Jan Vesely <jan.vesely at rutgers.edu> ---
Opencl defines are handled by clang and should not be set on command line, they
are also target specific (although cl_storage_class_specifiers is enabled on
all targets).
you can get the list of defines by running:
clang -dM -E -x cl -cl-std=cl1.1 - < /dev/null
for turks GPU:clang -cc1 -dM -E -x cl -cl-std=cl1.1 -triple
r600-unknown-unknown -target-cpu turks - < /dev/null
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170322/aa48a1c5/attachment.html>
More information about the mesa-dev
mailing list