summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f9978dfd71..5557b765c4 100644
--- a/README.txt
+++ b/README.txt
@@ -26,7 +26,7 @@ local repository. After cloning flang, you can use the following commands to ach
//===----------------------------------------------------------------------===//
Flang's driver will instruct the linker to link with the libflang runtime.
-You can get libflang at https://github.com/hyp/libflang . Once you have libflang,
+You can get libflang at https://github.com/hyp/libflangrt . Once you have libflang,
you'll need to tell flang where it is - you can use the -L option (e.g. -L~/libflang).
//===----------------------------------------------------------------------===//