ARM64 CodeView test was incorrectly put under test/DebugInfo/COFF folder which
runs for all all architectures. This fix moves it to a subfolder AArch64 with
lit.local.cfg which specify it supports AArch64 only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362283
91177308-0d34-0410-b5e6-
96231b3b80d8
-; RUN: llc < %s -filetype=obj | llvm-readobj --codeview - | FileCheck %s --check-prefix=OBJ
+; RUN: llc < %s -mtriple=arm64-windows -filetype=obj | llvm-readobj --codeview - | FileCheck %s --check-prefix=OBJ
; Generated from:
; volatile int x;
--- /dev/null
+if not 'AArch64' in config.root.targets:\r
+ config.unsupported = True\r
+\r