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 19bad2a commit f17875cCopy full SHA for f17875c
llvm/include/llvm/Support/FileOutputBuffer.h
@@ -14,6 +14,7 @@
14
#define LLVM_SUPPORT_FILEOUTPUTBUFFER_H
15
16
#include "llvm/ADT/StringRef.h"
17
+#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/DataTypes.h"
19
#include "llvm/Support/Error.h"
20
@@ -25,7 +26,7 @@ namespace llvm {
25
26
/// If the FileOutputBuffer is committed, the target file's content will become
27
/// the buffer content at the time of the commit. If the FileOutputBuffer is
28
/// not committed, the file will be deleted in the FileOutputBuffer destructor.
-class FileOutputBuffer {
29
+class LLVM_ABI FileOutputBuffer {
30
public:
31
enum {
32
/// Set the 'x' bit on the resulting file.
0 commit comments