[PATCH] D95240: [update_llc_test_checks] Support AVR

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 18:55:39 PST 2021


MaskRay added inline comments.


================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/avr_function_name.ll:4
+; RUN: llc -mtriple=avr < %s | FileCheck %s
+;
+define hidden i8 @"_Z54bar$ompvariant$bar"() {
----------------
Some existing files have such `; ` lines but they just editing the file harder. So they should be deleted.


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

https://reviews.llvm.org/D95240



More information about the llvm-commits mailing list