[llvm] [AMDGPU] Add an asm directive to track code_object_version (PR #76267)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 10:57:42 PST 2024


================
@@ -0,0 +1,6 @@
+// RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx802 %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:

Many times it's clearer if the negative test is grouped with positive tests. Grep `defsym ERR` for some examples.

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


More information about the llvm-commits mailing list