blob: f540e267bfb38d5fe02014b59fc96223164be50c [file] [log] [blame]
// Copyright 2018 The Goma Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gcc_compiler_type_specific.h"
#include "glog/logging.h"
namespace devtools_goma {
std::unique_ptr<CompilerInfoData>
GCCCompilerTypeSpecific::BuildCompilerInfoData(
const CompilerFlags& flags,
const string& local_compiler_path,
const std::vector<string>& compiler_info_envs) {
return compiler_info_builder_.FillFromCompilerOutputs(
flags, local_compiler_path, compiler_info_envs);
}
} // namespace devtools_goma