We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8337d01 commit 658b96cCopy full SHA for 658b96c
llvm/include/llvm/TargetParser/Triple.h
@@ -10,6 +10,7 @@
10
#define LLVM_TARGETPARSER_TRIPLE_H
11
12
#include "llvm/ADT/Twine.h"
13
+#include "llvm/Support/Compiler.h"
14
#include "llvm/Support/VersionTuple.h"
15
16
// Some system headers or GCC predefined macros conflict with identifiers in
@@ -41,7 +42,7 @@ namespace llvm {
41
42
///
43
/// See autoconf/config.guess for a glimpse into what configuration names
44
/// look like in practice.
-class Triple {
45
+class LLVM_ABI Triple {
46
public:
47
enum ArchType {
48
UnknownArch,
0 commit comments