Get 'make tidy' to work rustllvm and rt again
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-===//
|
||||
//===- RustGCStrategy.cpp - Rust garbage collection strategy ----*- C++ -*-===
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//===----------------------------------------------------------------------===
|
||||
//
|
||||
// This file defines the garbage collection strategy for Rust.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//===----------------------------------------------------------------------===
|
||||
|
||||
#include "llvm/CodeGen/GCs.h"
|
||||
#include "llvm/CodeGen/GCStrategy.h"
|
||||
|
||||
Reference in New Issue
Block a user