<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [Clover] Handle -g passed as a compile option"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100218#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [Clover] Handle -g passed as a compile option"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100218">bug 100218</a>
from <span class="vcard"><a class="email" href="mailto:jan.vesely@rutgers.edu" title="Jan Vesely <jan.vesely@rutgers.edu>"> <span class="fn">Jan Vesely</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>