Fix failing buildbot for lldb
authorAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 12:42:52 +0000 (08:42 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 12:42:52 +0000 (08:42 -0400)
This should address the issue found by:
https://lab.llvm.org/buildbot/#/builders/68/builds/31827

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

index 019cb0c..cb0e2ed 100644 (file)
@@ -510,7 +510,6 @@ static void ParseLangArgs(LangOptions &Opts, InputKind IK, const char *triple) {
   Opts.GNUMode = Std.isGNUMode();
   Opts.GNUInline = !Std.isC99();
   Opts.HexFloats = Std.hasHexFloats();
-  Opts.ImplicitInt = Std.hasImplicitInt();
 
   Opts.WChar = true;