Skip to content

[dsymutil] Move discriminator test to be executed with Arm support only #96280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

dtellenbach
Copy link
Member

This fixes a test failure introduced in 9f71a6b.

@dtellenbach dtellenbach merged commit 8472862 into llvm:main Jun 21, 2024
6 of 7 checks passed
@llvmbot
Copy link
Member

llvmbot commented Jun 21, 2024

@llvm/pr-subscribers-debuginfo

Author: David Tellenbach (dtellenbach)

Changes

This fixes a test failure introduced in 9f71a6b.


Full diff: https://github.com/llvm/llvm-project/pull/96280.diff

1 Files Affected:

  • (renamed) llvm/test/tools/dsymutil/ARM/discriminator.test (+4-4)
diff --git a/llvm/test/tools/dsymutil/discriminator.test b/llvm/test/tools/dsymutil/ARM/discriminator.test
similarity index 72%
rename from llvm/test/tools/dsymutil/discriminator.test
rename to llvm/test/tools/dsymutil/ARM/discriminator.test
index 6a3c91e641ef0..d89d9af95d281 100644
--- a/llvm/test/tools/dsymutil/discriminator.test
+++ b/llvm/test/tools/dsymutil/ARM/discriminator.test
@@ -7,13 +7,13 @@
 ; with -g -fdebug-info-for-profiling -O2.
 
 RUN: dsymutil --flat --linker=classic -oso-prepend-path %p -o - \
-RUN:  --oso-prepend-path %p/Inputs --verify-dwarf=none \
-RUN:  %p/Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
+RUN:  --oso-prepend-path %p/../Inputs --verify-dwarf=none \
+RUN:  %p/../Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
 RUN:  | FileCheck %s
 
 RUN: dsymutil --flat --linker=parallel -oso-prepend-path %p -o - \
-RUN:  --oso-prepend-path %p/Inputs --verify-dwarf=none \
-RUN:  %p/Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
+RUN:  --oso-prepend-path %p/../Inputs --verify-dwarf=none \
+RUN:  %p/../Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
 RUN:  | FileCheck %s
 
 CHECK:          Address            Line   Column File   ISA Discriminator OpIndex Flags

AlexisPerry pushed a commit to llvm-project-tlp/llvm-project that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants