[all-commits] [llvm/llvm-project] d8c350: [examples] fix ExceptionDemo

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Sat Jul 11 12:39:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8c35031a39e7b1bf9524ddd325c7a91dbb05f1d
      https://github.com/llvm/llvm-project/commit/d8c35031a39e7b1bf9524ddd325c7a91dbb05f1d
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-07-11 (Sat, 11 Jul 2020)

  Changed paths:
    M llvm/examples/ExceptionDemo/ExceptionDemo.cpp

  Log Message:
  -----------
  [examples] fix ExceptionDemo

Code didn't compile in a release build.  Guard debug output with
ifndef NDEBUG.

Differential Revision: https://reviews.llvm.org/D83628




More information about the All-commits mailing list