[PATCH] D99078: [LLD] Implement /guard:[no]ehcont

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 20:25:09 PDT 2021


pengfei added inline comments.


================
Comment at: lld/test/COFF/pdb-natvis.test:17
 
-CHECK-FIRST:      {{.*}}natvis-1.natvis (16 bytes): obj=<null>, vname={{.*}}natvis-1.natvis, crc=355285096, compression=None
+CHECK-FIRST:      {{.*}}natvis-1.natvis (17 bytes): obj=<null>, vname={{.*}}natvis-1.natvis, crc=3974675339, compression=None
 CHECK-FIRST-NEXT: 1st Natvis Test
----------------
pengfei wrote:
> I have no idea how this been affected by this patch.
Since the change results in the build server fail, I suspect if it is my local problem. Reverted it to see if the build server happy.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99078/new/

https://reviews.llvm.org/D99078



More information about the llvm-commits mailing list