[all-commits] [llvm/llvm-project] ceba88: [AVR][NFC] Move preprocessor tests to Preprocessor...

Ayke via All-commits all-commits at lists.llvm.org
Sat Apr 25 16:30:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ceba881aeac1e24dcffb1eecdc6507c0701f6865
      https://github.com/llvm/llvm-project/commit/ceba881aeac1e24dcffb1eecdc6507c0701f6865
  Author: Ayke van Laethem <aykevanlaethem at gmail.com>
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
    R clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c
    R clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
    R clang/test/CodeGen/avr/target-cpu-defines/common.c
    A clang/test/Preprocessor/avr-atmega328p.c
    A clang/test/Preprocessor/avr-attiny104.c
    A clang/test/Preprocessor/avr-common.c

  Log Message:
  -----------
  [AVR][NFC] Move preprocessor tests to Preprocessor directory

These tests were placed in the CodeGen directory while they really
should have been placed in the Preprocessor directory.

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




More information about the All-commits mailing list