-
Notifications
You must be signed in to change notification settings - Fork 15
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
TEST 'Clang :: OpenMP/target_driver_and_codegen.c' FAILED #49
Comments
Hi, Thanks for reporting the issue. I believe that you are getting a different order in the generated target Thanks again, From: howarthjw notifications@github.com On x86_64-apple-darwin, clang-omp currently shows an apparent bogus test FAIL: Clang :: OpenMP/target_driver_and_codegen.c (3899 of 7661) Script: gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -### gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -### gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -### gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -### gtimeout 1m not /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang gtimeout 1m not /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang gtimeout 1m not /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang gtimeout 1m not /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -### gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/clang -S gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/FileCheck gtimeout 1m /sw/src/fink.build/llvm35-3.5.0-0/build/stage3/./bin/FileCheck Exit Code: 1 Command Output (stderr): /sw/src/fink.build/llvm35-3.5.0-0/cfe-3.5.0.src/test/OpenMP/target_driver_and_codegen.c:54:18: ^ :13:255: note: with variable "HOSTOBJ" equal to ^ :14:249: note: possible intended match here ^ Any ideas on how to suppress this on x86_64-apple-darwin? — |
I should clarify that the following patch is applied to the clang-omp sources to allow the compiler to find the location of the installed libiomp5.dylib...
I have tried changing the line...
to
to account for the additional argument on the linkage output, but this seems to have no impact on the failure so I suspect it is unrelated to that change. |
Hi, Unfortunately, I was unable to replicate the problem in my environment. Can Thanks! (See attached file: omptgt_fix.patch) howarthjw notifications@github.com wrote on 11/16/2014 11:27:33 AM:
|
Samuel, On Tue, Nov 18, 2014 at 1:39 PM, Samuel F Antao notifications@github.com
|
Hum, apparently the attachment was removed from the email... Sorry about that. I'm pasting the patch below. Thanks again, ########################################################################### // Final linking command /// Check frontend require main file name -// CHK-CODEGEN-HOST: @_omptgt__img_start[[T1:.]] = external constant i8 /// Argument sizes (int32) ########################################################################### |
On x86_64-apple-darwin, clang-omp currently shows an apparent bogus test suite failure of...
Any ideas on how to suppress this on x86_64-apple-darwin?
The text was updated successfully, but these errors were encountered: