Files
clang-p2996/clang/test/Driver
OCHyams 4ece50737d [Assignment Tracking][NFC] Replace LLVM command line option with a module flag
Remove LLVM flag -experimental-assignment-tracking. Assignment tracking is
still enabled from Clang with the command line -Xclang
-fexperimental-assignment-tracking which tells Clang to ask LLVM to run the
pass declare-to-assign. That pass converts conventional debug intrinsics to
assignment tracking metadata. With this patch it now also sets a module flag
debug-info-assignment-tracking with the value `i1 true` (using the flag conflict
rule `Max` since enabling assignment tracking on IR that contains only
conventional debug intrinsics should cause no issues).

Update the docs and tests too.

Reviewed By: CarlosAlbertoEnciso

Differential Revision: https://reviews.llvm.org/D142027
2023-01-20 14:24:15 +00:00
..
2022-06-07 06:42:35 -07:00
2022-09-08 01:39:06 -07:00
2022-08-31 10:31:45 -07:00
2022-05-31 17:50:36 -07:00
2022-08-04 16:54:19 -07:00
2022-08-05 16:27:17 -07:00
2022-07-20 11:03:22 -07:00
2022-05-31 17:31:55 +00:00
2022-09-20 13:32:40 -07:00
2022-09-15 19:58:42 -07:00
2023-01-05 21:25:32 -05:00
2022-12-15 10:55:26 -05:00
2022-05-25 06:48:21 -07:00
2022-04-21 19:58:22 +02:00
2022-12-23 15:34:06 +01:00
2023-01-05 20:27:32 +08:00