Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / producer.h
index d8974d3814e548790d8f75b5e96983cf8d72966f..741741dee8063ccba76b97313921ed1c2d80fa74 100644 (file)
@@ -43,13 +43,17 @@ extern int producer_is_gcc (const char *producer, int *major, int *minor);
 
      Public release:
        "Intel(R) Fortran Intel(R) 64 Compiler XE for applications
-        running on Intel(R) 64, Version 14.0.1.074 Build 20130716";
-        "Intel(R) C++ Intel(R) 64 Compiler XE for applications
-        running on Intel(R) 64, Version 14.0.1.074 Build 20130716";
+       running on Intel(R) 64, Version 14.0.1.074 Build 20130716";
+       "Intel(R) C++ Intel(R) 64 Compiler XE for applications
+       running on Intel(R) 64, Version 14.0.1.074 Build 20130716";
 
     Internal releases:
       "Intel(R) C++ Intel(R) 64 Compiler for applications
        running on Intel(R) 64, Version 18.0 Beta ....".  */
 extern bool producer_is_icc (const char *producer, int *major, int *minor);
 
+/* Returns true if the given PRODUCER string is LLVM (clang/flang) or
+   false otherwise.*/
+extern bool producer_is_llvm (const char *producer);
+
 #endif
This page took 0.02425 seconds and 4 git commands to generate.