Skip to content

Commit 01caad0

Browse files
authored
[fix test] Move typedefs-with-same-name.test into ARM folder (#167005)
#166767 mistakenly put the test file outside the ARM folder, causing build bots that only have an x86 target to fail. Moving it into the ARM folder. ``` royshi-mac-home ~/public_llvm/build % bin/llvm-lit \ ../llvm-project/llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test \ ../llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/odr-fwd-declaration.test -- Testing: 2 tests, 2 workers -- PASS: LLVM :: tools/dsymutil/ARM/typedefs-with-same-name.test (1 of 2) PASS: LLVM :: tools/dsymutil/X86/DWARFLinkerParallel/odr-fwd-declaration.test (2 of 2) Testing Time: 0.23s Total Discovered Tests: 2 Passed: 2 (100.00%) ```
1 parent c0e4bce commit 01caad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dsymutil/typedefs-with-same-name.test renamed to llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#RUN: dsymutil --linker=parallel -f -oso-prepend-path=%p/Inputs/ -y %s -o %t.dwarf
1+
#RUN: dsymutil --linker=parallel -f -oso-prepend-path=%p/../Inputs/ -y %s -o %t.dwarf
22
#RUN: llvm-dwarfdump %t.dwarf | FileCheck %s
33

44
# There should be two typedef DIE named "BarInt" in the resultant .dwarf file.

0 commit comments

Comments
 (0)