diff options
author | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2022-01-19 12:19:06 -0500 |
---|---|---|
committer | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2022-01-19 12:52:33 -0500 |
commit | 85c2bd2a0e0e2c1706bbf50203d5bbbeedbbd741 (patch) | |
tree | 314cc450e73a8ff526527afd3ad3bcba2f4ac736 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 32842c1bc9cd82f87139141ca3f609d3a0b65136 (diff) | |
download | llvm-85c2bd2a0e0e2c1706bbf50203d5bbbeedbbd741.zip llvm-85c2bd2a0e0e2c1706bbf50203d5bbbeedbbd741.tar.gz llvm-85c2bd2a0e0e2c1706bbf50203d5bbbeedbbd741.tar.bz2 |
Prevent adding module flag amdgpu_hostcall multiple times
HIP program with printf call fails to compile with -fsanitize=address
option, because of appending module flag - amdgpu_hostcall twice, one
for printf and one for sanitize option. This patch fixes that issue.
Patch by: Praveen Velliengiri
Reviewed by: Yaxun Liu, Roman Lebedev
Differential Revision: https://reviews.llvm.org/D116216
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions