[flang-commits] [PATCH] D130628: [zorg] Run test-suite with flang-new
Diana Picus via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Jul 29 00:34:08 PDT 2022
rovka added inline comments.
================
Comment at: zorg/buildbot/builders/ClangBuilder.py:512
+ '-flang-experimental-exec -lpgmath ' +
+ '-Xlinker -rpath %(prop:builddir)s/'+compiler_path+'/lib'),
util.Interpolate(
----------------
awarzynski wrote:
> What's this flag for? libpgmath?
No, this is actually not needed anymore, I'll remove it (IIRC when I started experimenting with this, the runtime libraries weren't being properly installed, but I fixed that in the meantime). Thanks for catching this!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130628/new/
https://reviews.llvm.org/D130628
More information about the flang-commits
mailing list