[cfe-commits] r161927 - /cfe/trunk/lib/Sema/SemaStmt.cpp

NAKAMURA Takumi geek4civic at gmail.com
Tue Aug 14 21:19:08 PDT 2012


Author: chapuni
Date: Tue Aug 14 23:19:08 2012
New Revision: 161927

URL: http://llvm.org/viewvc/llvm-project?rev=161927&view=rev
Log:
clang/lib/Sema/SemaStmt.cpp: Include MCAsmLexer.h to appease msvc to define llvm::AsmToken.

Modified:
    cfe/trunk/lib/Sema/SemaStmt.cpp

Modified: cfe/trunk/lib/Sema/SemaStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaStmt.cpp?rev=161927&r1=161926&r2=161927&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaStmt.cpp (original)
+++ cfe/trunk/lib/Sema/SemaStmt.cpp Tue Aug 14 23:19:08 2012
@@ -43,6 +43,7 @@
 #include "llvm/MC/MCStreamer.h"
 #include "llvm/MC/MCSubtargetInfo.h"
 #include "llvm/MC/MCTargetAsmParser.h"
+#include "llvm/MC/MCParser/MCAsmLexer.h"
 #include "llvm/MC/MCParser/MCAsmParser.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/TargetRegistry.h"





More information about the cfe-commits mailing list