Skip to content

Commit 658b96c

Browse files
committed
DLLExport Triple
1 parent 8337d01 commit 658b96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/TargetParser/Triple.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_TARGETPARSER_TRIPLE_H
1111

1212
#include "llvm/ADT/Twine.h"
13+
#include "llvm/Support/Compiler.h"
1314
#include "llvm/Support/VersionTuple.h"
1415

1516
// Some system headers or GCC predefined macros conflict with identifiers in
@@ -41,7 +42,7 @@ namespace llvm {
4142
///
4243
/// See autoconf/config.guess for a glimpse into what configuration names
4344
/// look like in practice.
44-
class Triple {
45+
class LLVM_ABI Triple {
4546
public:
4647
enum ArchType {
4748
UnknownArch,

0 commit comments

Comments
 (0)