[clang] [llvm] [AMDGPU][LTO] Assume closed world after linking (PR #105845)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 09:23:38 PDT 2024


================
@@ -0,0 +1,12 @@
+// RUN: clang -x hip -O3 -fgpu-rdc %s -mllvm -debug-only=amdgpu-attributor -o - | FileCheck %s
----------------
shiltian wrote:

This should not be a clang test. You can have an opt test.

https://github.com/llvm/llvm-project/pull/105845


More information about the llvm-commits mailing list