Skip to content
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

Add environment flag to pass extra exeflags #39300

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Jan 18, 2021

Allows one to pass extra flags to test, such as forcing a specific
architecture to flush out codegen bugs.

I have been using it to test LLVM for Power8 on Power9

JULIA_TEST_EXTRA_EXEFLAGS=-Cpwr8

Allows one to pass extra flags to test, such as forcing a specific
architecture to flush out codegen bugs.

I have been using it to test LLVM for Power8 on Power9
```
JULIA_TEST_EXTRA_EXEFLAGS=-Cpwr8
```
@vtjnash vtjnash merged commit 7eb7271 into master Jan 18, 2021
@vtjnash vtjnash deleted the vc/extra_exeflags branch January 18, 2021 19:20
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
Allows one to pass extra flags to test, such as forcing a specific
architecture to flush out codegen bugs.

I have been using it to test LLVM for Power8 on Power9
```
JULIA_TEST_EXTRA_EXEFLAGS=-Cpwr8
```
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
Allows one to pass extra flags to test, such as forcing a specific
architecture to flush out codegen bugs.

I have been using it to test LLVM for Power8 on Power9
```
JULIA_TEST_EXTRA_EXEFLAGS=-Cpwr8
```
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.

2 participants