[all-commits] [llvm/llvm-project] 2574ca: [NFC] Remove BLOCKLIT workaround. (#91001)

Eric via All-commits all-commits at lists.llvm.org
Sun May 5 15:07:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2574cabdc2090a19a15332b2c00a912b36df6ab8
      https://github.com/llvm/llvm-project/commit/2574cabdc2090a19a15332b2c00a912b36df6ab8
  Author: Eric <eric at efcs.ca>
  Date:   2024-05-05 (Sun, 05 May 2024)

  Changed paths:
    M libcxx/test/libcxx/clang_modules_include.gen.py
    M libcxx/test/libcxx/clang_tidy.gen.py
    M libcxx/test/libcxx/double_include.gen.py
    M libcxx/test/libcxx/transitive_includes.gen.py

  Log Message:
  -----------
  [NFC] Remove BLOCKLIT workaround. (#91001)

Lit already has support for stopping LIT from parsing further test
directives. It is

// END.

After that directive, LIT will stop parsing.

This change removes the BLOCKLIT hack and replaces it with END.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list