mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 02:36:07 +00:00

Summary: Add RenderScript language type and associate it with ".rs" extensions. Test that the driver passes "-x renderscript" to the frontend for ".rs" files. (Also add '.rs' to the list of suffixes tested by lit). Reviewers: rsmith Subscribers: cfe-commits, srhines Differential Revision: http://reviews.llvm.org/D21199 llvm-svn: 272317
4 lines
74 B
XML
4 lines
74 B
XML
// RUN: %clang -### 2>&1 %s | FileCheck %s
|
|
|
|
// CHECK: "-x" "renderscript"
|