[PATCH] D97967: [HIP] do not use -munsafe-fp-atomics by default

2021-03-05 Thread Yaxun Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5b3fc7180c8e: [HIP] do not use -munsafe-fp-atomics by default (authored by yaxunl). Herald added a project: clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D97967: [HIP] do not use -munsafe-fp-atomics by default

2021-03-04 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl created this revision. yaxunl added a reviewer: tra. Herald added a subscriber: jfb. yaxunl requested review of this revision. A bug was introduced when adding -munsafe-fp-atomics. By default it should be off. https://reviews.llvm.org/D97967 Files: clang/lib/Driver/ToolChains/Clang.cpp