You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search $prefix/$triple-$file and $prefix$file for executables, libraries, includes, and data files used by the compiler. $prefix may or may not be a directory
23
+
Search $prefix$file for executables, libraries, and data files. If $prefix is a directory, search $prefix/$file
24
24
25
25
.. option:: -F<arg>
26
26
@@ -513,7 +513,7 @@ CUDA offloading device architecture (e.g. sm\_35), or HIP offloading target ID i
513
513
514
514
.. option:: --offload=<arg1>,<arg2>...
515
515
516
-
Specify comma-separated list of offloading target triples (HIP only)
516
+
Specify comma-separated list of offloading target triples (CUDA and HIP only)
517
517
518
518
.. option:: -p, --profile
519
519
@@ -797,6 +797,14 @@ Use the LLVM representation for assembler and object files
797
797
798
798
Generate Interface Stub Files, emit merged text not binary.
799
799
800
+
.. option:: -extract-api
801
+
802
+
Extract API information
803
+
804
+
.. option:: -fopenmp-new-driver
805
+
806
+
Use the new driver for OpenMP offloading.
807
+
800
808
.. option:: -fsyntax-only
801
809
802
810
.. option:: -module-file-info
@@ -899,7 +907,7 @@ Inline suitable functions
899
907
900
908
Inline functions which are (explicitly or implicitly) marked inline
Allow floating-point optimizations that assume arguments and results are not NaNs or +-inf. This defines the \_\_FINITE\_MATH\_ONLY\_\_ preprocessor macro.
1729
-
1730
1740
.. option:: -ffixed-point, -fno-fixed-point
1731
1741
1732
1742
Enable fixed point types
@@ -1807,14 +1817,10 @@ Specify that single precision floating-point divide and sqrt used in the program
0 commit comments