Skip to content

Conversation

@lhames
Copy link
Contributor

@lhames lhames commented Dec 19, 2025

The ReOptimize unit test was accidentally depending on native target initialization in previous tests, causing it to be skipped if run on its own (using --gtest_filter).

Calling OrcNativeTarget::initialize() in the SetUp method of the test fixes this.

The ReOptimize unit test was accidentally depending on native target
initialization in previous tests, causing it to be skipped if run on its own
(using --gtest_filter).

Calling OrcNativeTarget::initialize() in the SetUp method of the test fixes
this.
@lhames lhames merged commit 94cb105 into llvm:main Dec 19, 2025
11 checks passed
@lhames lhames deleted the reoptimize-test-native-target-init branch December 19, 2025 07:30
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Dec 19, 2025
)

The ReOptimize unit test was accidentally depending on native target
initialization in previous tests, causing it to be skipped if run on its
own (using --gtest_filter).

Calling OrcNativeTarget::initialize() in the SetUp method of the test
fixes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant