[PATCH] D93131: [flang] Removed an absolute path from the "flang" script

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 14:02:38 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG84c09ab44599: [flang] Removed an absolute path from the "flang" script (authored by PeteSteinfeld).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93131/new/

https://reviews.llvm.org/D93131

Files:
  flang/tools/f18/flang.sh.in


Index: flang/tools/f18/flang.sh.in
===================================================================
--- flang/tools/f18/flang.sh.in
+++ flang/tools/f18/flang.sh.in
@@ -26,4 +26,4 @@
 
 wd=`abspath $(dirname "$0")/..`
 
-${wd}/bin/f18 -module-suffix .f18.mod -intrinsic-module-directory @FLANG_INTRINSIC_MODULES_DIR@ $*
+${wd}/bin/f18 -module-suffix .f18.mod -intrinsic-module-directory ${wd}/include/flang $*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93131.311314.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/f9005a7b/attachment.bin>


More information about the llvm-commits mailing list