[PATCH] D115175: Remove Colours array in -print-changed=dot-cfg

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 12:01:59 PST 2021


jamieschmeiser created this revision.
jamieschmeiser added reviewers: aeubanks, mehdi_amini.
Herald added a subscriber: hiraditya.
jamieschmeiser requested review of this revision.
Herald added a project: LLVM.

The Colours array is apparently the source of TSAN errors.  It is
unnecessary and was there to ease readability of the code.  Remove it to
clean up the TSAN errors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115175

Files:
  llvm/lib/Passes/StandardInstrumentations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115175.392146.patch
Type: text/x-patch
Size: 14064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211206/be17c928/attachment.bin>


More information about the llvm-commits mailing list