[PATCH] D86222: Fix PR46880: Fail CHECK-NOT with undefined variable

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 13:55:11 PDT 2020


thopre added inline comments.
Herald added a subscriber: danielkiss.


================
Comment at: llvm/lib/Support/FileCheck.cpp:1980-1981
+                                  SMLoc::getFromPointer(E.getVarName().data()));
+        // SM.GetMessage(SMLoc::getFromPointer(E.getVarName.data()),
+        // SourceMgr::DK_Error, ErrMsg)
+      });
----------------
jhenderson wrote:
> Why is there commented out code here?
Oops.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86222/new/

https://reviews.llvm.org/D86222



More information about the llvm-commits mailing list