Use CanonicalizeInputFile to canonicalize the entire buffer containing the
authorChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 20:45:07 +0000 (20:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 20:45:07 +0000 (20:45 +0000)
commitadea46ed617982ea07fc3266d52717496c0076ce
treeccf3c938802a76138e0ca4b5cb746d67d5ec6528
parenta29703e8426763fa5232f9a91e6a5fce4d4244d6
Use CanonicalizeInputFile to canonicalize the entire buffer containing the
CHECK strings, instead of canonicalizing the patterns directly.  This allows
Pattern to just contain a StringRef instead of std::string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82713 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp