aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2023-09-28 19:34:21 +0000
committerThurston Dang <thurston@google.com>2023-09-28 19:34:21 +0000
commit3f608ab710e256a1d2f7220a81c2717d0389b1d4 (patch)
tree1b13c6c17efb20bc2b444eabbf3f6d3eea2aa45f /clang/lib/Lex/ModuleMap.cpp
parent689ace53a5caa79e32a49b679e6fc3dce4f495b0 (diff)
downloadllvm-3f608ab710e256a1d2f7220a81c2717d0389b1d4.zip
llvm-3f608ab710e256a1d2f7220a81c2717d0389b1d4.tar.gz
llvm-3f608ab710e256a1d2f7220a81c2717d0389b1d4.tar.bz2
[hwasan] Replace &LI with *LI, to fix build breakage
My patch (https://github.com/llvm/llvm-project/commit/b3b6edefdb7ae77e4b2344c9a64fd1d486c91405) broke the build (https://lab.llvm.org/buildbot/#/builders/5/builds/37053) because it incorrectly assumed LoopInfo could not be null and used a reference. This fixes forward by replacing &LI with *LI.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions